home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / MAIL.XPI / bin / chrome / messenger.jar / content / messenger / pref-receipts.xul < prev    next >
Encoding:
Extensible Markup Language  |  2004-06-13  |  5.5 KB  |  130 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- ***** BEGIN LICENSE BLOCK *****
  4.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5.    -
  6.    - The contents of this file are subject to the Mozilla Public License Version
  7.    - 1.1 (the "License"); you may not use this file except in compliance with
  8.    - the License. You may obtain a copy of the License at
  9.    - http://www.mozilla.org/MPL/
  10.    -
  11.    - Software distributed under the License is distributed on an "AS IS" basis,
  12.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.    - for the specific language governing rights and limitations under the
  14.    - License.
  15.    -
  16.    - The Original Code is Mozilla Communicator.
  17.    -
  18.    - The Initial Developer of the Original Code is
  19.    - Netscape Communications Corp.
  20.    - Portions created by the Initial Developer are Copyright (C) 2001
  21.    - the Initial Developer. All Rights Reserved.
  22.    -
  23.    - Alternatively, the contents of this file may be used under the terms of
  24.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  25.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.    - in which case the provisions of the GPL or the LGPL are applicable instead
  27.    - of those above. If you wish to allow use of your version of this file only
  28.    - under the terms of either the GPL or the LGPL, and not to allow others to
  29.    - use your version of this file under the terms of the MPL, indicate your
  30.    - decision by deleting the provisions above and replace them with the notice
  31.    - and other provisions required by the LGPL or the GPL. If you do not delete
  32.    - the provisions above, a recipient may use your version of this file under
  33.    - the terms of any one of the MPL, the GPL or the LGPL.
  34.    -
  35.    - ***** END LICENSE BLOCK ***** -->
  36.  
  37.  
  38. <?xml-stylesheet href="chrome://messenger/skin/prefPanels.css" type="text/css"?>
  39.  
  40. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  41. <?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
  42.  
  43. <!DOCTYPE page SYSTEM "chrome://messenger/locale/pref-receipts.dtd">
  44.  
  45. <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  46.       onload="parent.initPanel('chrome://messenger/content/pref-receipts.xul');"
  47.       headertitle="&pane.title;">
  48.  
  49.   <script type="application/x-javascript">
  50.   <![CDATA[
  51.     var _elementIDs = ["alwaysRequest", "receiptFolder", "receiptSend", "notInToCcPref", "outsideDomainPref", "otherCasesPref"];
  52.     ]]>
  53.   </script>
  54.  
  55.   <script type="application/x-javascript" src="chrome://messenger/content/pref-receipts.js"/>
  56.  
  57.  
  58.   <groupbox>
  59.     <caption label="&pane.title;"/>
  60.  
  61.     <vbox id="returnReceiptSettings" align="start">
  62.       <checkbox id="alwaysRequest" label="&requestReceipt.label;"
  63.                 prefstring="mail.receipt.request_return_receipt_on"
  64.                 accesskey="&requestReceipt.accesskey;"/>
  65.  
  66.       <vbox id="receiptArrive">
  67.         <description>&receiptArrive.label;</description>
  68.         <radiogroup id="receiptFolder" prefstring="mail.incorporate.return_receipt">
  69.           <radio value="0" label="&leaveIt.label;" accesskey="&leaveIt.accesskey;"/>
  70.           <radio value="1" label="&moveToSent.label;" accesskey="&moveToSent.accesskey;"/> 
  71.         </radiogroup>
  72.       </vbox>
  73.  
  74.       <vbox id="receiptRequest">
  75.         <description>&requestMDN.label;</description>
  76.         <radiogroup id="receiptSend" preftype="bool" prefstring="mail.mdn.report.enabled" oncommand="EnableDisableAllowedReceipts();">
  77.           <radio value="false" label="&never.label;" accesskey="&never.accesskey;"/>
  78.           <radio value="true" label="&returnSome.label;" accesskey="&returnSome.accesskey;"/> 
  79.         </radiogroup>
  80.  
  81.         <hbox id="receiptSendIf" class="indent">
  82.           <grid>
  83.             <columns><column/><column/></columns>
  84.             <rows>
  85.               <row align="center">
  86.                 <label id="notInToCcLabel" accesskey="¬InToCc.accesskey;" 
  87.                        control="notInToCcPref" value="¬InToCc.label;"/>
  88.                 <menulist id="notInToCcPref" prefstring="mail.mdn.report.not_in_to_cc">
  89.                   <menupopup>
  90.                     <menuitem value="0" label="&neverSend.label;"/>
  91.                     <menuitem value="1" label="&alwaysSend.label;"/>
  92.                     <menuitem value="2" label="&askMe.label;"/>
  93.                   </menupopup>
  94.                 </menulist>
  95.               </row>
  96.               <row align="center">
  97.                 <label id="outsideDomainLabel" accesskey="&outsideDomain.accesskey;"
  98.                        control="outsideDomainPref" value="&outsideDomain.label;"/>
  99.                 <menulist id="outsideDomainPref" prefstring="mail.mdn.report.outside_domain">
  100.                   <menupopup>
  101.                     <menuitem value="0" label="&neverSend.label;"/>
  102.                     <menuitem value="1" label="&alwaysSend.label;"/>
  103.                     <menuitem value="2" label="&askMe.label;"/>
  104.                   </menupopup>
  105.                 </menulist>
  106.               </row>
  107.               <row align="center">
  108.                 <label id="otherCasesLabel" accesskey="&otherCases.accesskey;" control="otherCasesPref"
  109.                        value="&otherCases.label;"/>
  110.                 <menulist id="otherCasesPref" prefstring="mail.mdn.report.other">
  111.                   <menupopup>
  112.                     <menuitem value="0" label="&neverSend.label;"/>
  113.                     <menuitem value="1" label="&alwaysSend.label;"/>
  114.                     <menuitem value="2" label="&askMe.label;"/>
  115.                   </menupopup>
  116.                 </menulist>
  117.               </row>
  118.             </rows>
  119.           </grid>
  120.         </hbox>
  121.  
  122.       </vbox>
  123.  
  124.     </vbox>
  125.  
  126.   </groupbox>
  127.  
  128. </page>
  129.  
  130.